MouseGetPositionFromModule

 

The MouseGetPositionFromModule function calculates the current mouse position as coordinates relative to the module.

 

void @MouseGetPositionFromModule(int x, int y);

 

Parameters

int x : Variable or tag to store the calculated x coordinate

int y : Variable or tag to store the calculated y coordinate

 

Return Value

None

 

Example

@MouseGetPositionFromModule(x, y);

Description : Calculates the current mouse position as coordinates relative to the module and stores them in variables 'x' and 'y'.

 

Version Information

Supported Version: 10.2.4 or Higher

CE: 10.3.1 or Higher

 

Related Helps

CloseModule

LoadModule

LoadModulePosition

PrintModule

ModuleCloseAll

ModuleCloseName

ModuleInvalidate

ModuleIsAlive

ModuleMouseSleep

ModuleSetSize